翻訳と辞書
Words near each other
・ Uniform
・ Unification Party
・ Unification Shoes
・ Unification Theological Seminary
・ Unificationist
・ Unified
・ Unified (Extended Mixes) (Super8 & Tab album)
・ Unified (Super8 & Tab album)
・ Unified Armenians Party
・ Unified British Tag Team Championship
・ Unified Buddhist Church
・ Unified Buddhist Church of Vietnam
・ Unified budget
・ Unified Canadian Aboriginal Syllabics (Unicode block)
・ Unified Canadian Aboriginal Syllabics Extended
Unified Code Count (UCC)
・ Unified Code for Units of Measure
・ Unified Combatant Command
・ Unified command
・ Unified Command (Deepwater Horizon oil spill)
・ Unified Command (ICS)
・ Unified Command of the area east of the canal (Egypt)
・ Unified communications
・ Unified Communications as a Service
・ Unified Communications Interoperability Forum
・ Unified communications management
・ Unified Communist Party of Georgia
・ Unified Communist Party of Italy
・ Unified Communist Party of Nepal (Maoist)
・ Unified Communist Party of Spain


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Unified Code Count (UCC) : ウィキペディア英語版
Unified Code Count (UCC)

The Unified Code Counter (UCC) is a comprehensive software lines of code counter produced by the (USC Center for Systems and Software Engineering ). It is available to the general public as open source code and can be compiled with any ANSI standard C++ compiler.
==Introduction==

One of the major problems in software estimation is sizing which is also one of the most important attributes of a software product. It is not only the key indicator of software cost and time but also is a base unit to derive other metrics for project status and software quality measurement. The size metric is used as an essential input for most of cost estimation models〔(【引用サイトリンク】 Software development cost estimation approaches: A survey ); (【引用サイトリンク】 Software Cost Estimation with COCOMO II )〕 such as (COCOMO ), (SLIM ), (SEER-SEM ), and (PRICE TruePlanning for Software ). Although source lines of code or SLOC is a widely accepted sizing metric, in general there is a lack of standards that enforce consistency of what and how to count SLOC.
(Center for Systems and Software Engineering (CSSE) ) at the University of Southern California has developed and released a code counting toolset called the Unified CodeCount (UCC), which ensures consistency across independent organizations in the rules used to count software lines of code. The primary purpose is to support sizing software counts and metrics for historical data collection and reporting purposes. It implements a (code counting framework ) published by the (Software Engineering Institute (SEI) ) and adapted by COCOMO. Logical and physical SLOC are among the metrics generated by the toolset. SLOC refers to Source Lines of Code and is a unit used to measure the size of software program based on a set of rules.〔(【引用サイトリンク】 Software Size Measurement: A Framework for Counting Source Statements )〕 SLOC is a key input for estimating project effort and is also used to calculate productivity and other measurements. There are two types of SLOC: physical and logical sloc. Physical SLOC (PSLOC)– One physical SLOC corresponds to one line starting with the first character and ending by a carriage return or an end-of-file marker of the same line. Blank and comment lines are not counted. Logical SLOC (LSLOC)– Lines of code intended to measure “statements”, which normally terminate by a semicolon (C/C++, Java, C#) or a carriage return (VB, Assembly), etc. Logical SLOC are not sensitive to format and style conventions, but they are language dependent.
The Unified CodeCount(UCC) differencing capability allows the user to count, compare, and collect logical differentials between two versions of the source code of a software product. The differencing capability allows users to count the number of added/new, deleted, modified, and unmodified logical SLOC of the current version in comparison with the previous version.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Unified Code Count (UCC)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.